home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / diag / memsz153.zip / MEMSIZE.H < prev    next >
Text File  |  1992-11-30  |  5KB  |  130 lines

  1. /****************************************************************** MEMSIZE.H
  2.  *                                        *
  3.  *       Display memory size statistics, refreshed every second.        *
  4.  *                                        *
  5.  ****************************************************************************/
  6.  
  7. #define ID_MAIN                1
  8.  
  9. #define IDM_SAVE_APPLICATION           11
  10. #define IDM_RESET_DEFAULTS           12
  11. #define IDM_HIDE_CONTROLS           13
  12. #define IDM_SET_TIMER               14
  13. #define   IDD_SET_TIMER            140
  14. #define IDM_DISPLAY_ITEMS           15
  15. #define   IDM_SHOW_CLOCK           150
  16. #define   IDM_SHOW_MEMORY           151
  17. #define   IDM_SHOW_SWAPSIZE           152
  18. #define   IDM_SHOW_SWAPFREE           153
  19. #define   IDM_SHOW_SPOOLSIZE           154
  20. #define   IDM_SHOW_CPULOAD           155
  21. #define IDM_ABOUT               16
  22. #define   IDD_ABOUT               160
  23.  
  24. #define IDM_SHOW_DRIVE_FREE           50
  25.  
  26. #define IDM_SHOW_DRIVE_FREE_C           53
  27. #define IDM_SHOW_DRIVE_FREE_D           54
  28. #define IDM_SHOW_DRIVE_FREE_E           55
  29. #define IDM_SHOW_DRIVE_FREE_F           56
  30. #define IDM_SHOW_DRIVE_FREE_G           57
  31. #define IDM_SHOW_DRIVE_FREE_H           58
  32. #define IDM_SHOW_DRIVE_FREE_I           59
  33. #define IDM_SHOW_DRIVE_FREE_J           60
  34. #define IDM_SHOW_DRIVE_FREE_K           61
  35. #define IDM_SHOW_DRIVE_FREE_L           62
  36. #define IDM_SHOW_DRIVE_FREE_M           63
  37. #define IDM_SHOW_DRIVE_FREE_N           64
  38. #define IDM_SHOW_DRIVE_FREE_O           65
  39. #define IDM_SHOW_DRIVE_FREE_P           66
  40. #define IDM_SHOW_DRIVE_FREE_Q           67
  41. #define IDM_SHOW_DRIVE_FREE_R           68
  42. #define IDM_SHOW_DRIVE_FREE_S           69
  43. #define IDM_SHOW_DRIVE_FREE_T           70
  44. #define IDM_SHOW_DRIVE_FREE_U           71
  45. #define IDM_SHOW_DRIVE_FREE_V           72
  46. #define IDM_SHOW_DRIVE_FREE_W           73
  47. #define IDM_SHOW_DRIVE_FREE_X           74
  48. #define IDM_SHOW_DRIVE_FREE_Y           75
  49. #define IDM_SHOW_DRIVE_FREE_Z           76
  50.  
  51. #define IDM_EXIT               98
  52. #define IDM_KEYS_HELP               99
  53.  
  54. #define IDS_HELPTITLE               0x0000
  55. #define IDS_TITLE               0x0001
  56.  
  57. #define IDS_SAVE_APPLICATION           0x0002
  58. #define IDS_RESET_DEFAULTS           0x0003
  59. #define IDS_HIDE_CONTROLS           0x0004
  60. #define IDS_SET_TIMER               0x0005
  61. #define IDS_DISPLAY_ITEMS           0x0006
  62. #define IDS_ABOUT               0x0007
  63. #define IDS_HELP               0x0008
  64.  
  65. #define IDS_SHOW_CLOCK_LABEL           0x0009
  66. #define IDS_SHOW_CLOCK_OPTION           0x000A
  67.  
  68. #define IDS_SHOW_MEMORY_LABEL           0x000B
  69. #define IDS_SHOW_MEMORY_OPTION           0x000C
  70.  
  71. #define IDS_SHOW_SWAPSIZE_LABEL        0x000D
  72. #define IDS_SHOW_SWAPSIZE_OPTION       0x000E
  73.  
  74. #define IDS_SHOW_SWAPFREE_LABEL        0x000F
  75. #define IDS_SHOW_SWAPFREE_OPTION       0x0010
  76.  
  77. #define IDS_SHOW_SPOOLSIZE_LABEL       0x0011
  78. #define IDS_SHOW_SPOOLSIZE_OPTION       0x0012
  79.  
  80. #define IDS_SHOW_CPULOAD_LABEL           0x0013
  81. #define IDS_SHOW_CPULOAD_OPTION        0x0014
  82.  
  83. #define IDS_SHOW_DRIVE_FREE_LABEL       0x0015
  84. #define IDS_SHOW_DRIVE_FREE_OPTION       0x0016
  85.  
  86. #define IDS_PARAMETERLIST           0x0017
  87. #define IDS_PARMS_RESET            0x0018
  88.  
  89. #define IDS_ERROR_INVALIDPARM           0x0019
  90. #define IDS_ERROR_WINREGISTERCLASS       0x001A
  91. #define IDS_ERROR_WINCREATEHELPINSTANCE    0x001B
  92. #define IDS_ERROR_WINCREATEFRAME       0x001C
  93. #define IDS_ERROR_WINCREATEWINDOW       0x001D
  94. #define IDS_ERROR_WINSTARTTIMER        0x001E
  95. #define IDS_ERROR_WINSTOPTIMER           0x001F
  96. #define IDS_ERROR_DOSGETCTRYINFO       0x0020
  97.  
  98. #define IDS_HMERR               0x8000
  99. #define IDS_HMERR_EXTHELPUNDEFINED       0x8001
  100. #define IDS_HMERR_NO_FRAME_WND_IN_CHAIN    0x8002
  101. #define IDS_HMERR_INVALID_ASSOC_APP_WND    0x8003
  102. #define IDS_HMERR_INVALID_ASSOC_HELP_IN    0x8004
  103. #define IDS_HMERR_INVALID_DESTROY_HELP_    0x8005
  104. #define IDS_HMERR_NO_HELP_INST_IN_CHAIN    0x8006
  105. #define IDS_HMERR_INVALID_HELP_INSTANCE    0x8007
  106. #define IDS_HMERR_INVALID_QUERY_APP_WND    0x8008
  107. #define IDS_HMERR_HELP_INST_CALLED_INVA    0x8009
  108. #define IDS_HMERR_HELPTABLE_UNDEFINE       0x800A
  109. #define IDS_HMERR_HELP_INSTANCE_UNDEFIN    0x800B
  110. #define IDS_HMERR_HELPITEM_NOT_FOUND       0x800C
  111. #define IDS_HMERR_INVALID_HELPSUBITEM_S    0x800D
  112. #define IDS_HMERR_HELPSUBITEM_NOT_FOUND    0x800E
  113. #define IDS_HMERR_INDEX_NOT_FOUND       0x800F
  114. #define IDS_HMERR_CONTENT_NOT_FOUND       0x8010
  115. #define IDS_HMERR_OPEN_LIB_FILE        0x8011
  116. #define IDS_HMERR_READ_LIB_FILE        0x8012
  117. #define IDS_HMERR_CLOSE_LIB_FILE       0x8013
  118. #define IDS_HMERR_INVALID_LIB_FILE       0x8014
  119. #define IDS_HMERR_NO_MEMORY           0x8015
  120. #define IDS_HMERR_ALLOCATE_SEGMENT       0x8016
  121. #define IDS_HMERR_FREE_MEMORY           0x8017
  122. #define IDS_HMERR_PANEL_NOT_FOUND       0x8018
  123. #define IDS_HMERR_DATABASE_NOT_OPEN       0x8019
  124. #define IDS_HMERR_UNKNOWN           0x801A
  125. #define IDS_HELPMODE_FRAME           0x801B
  126. #define IDS_HELPMODE_MENU           0x801C
  127. #define IDS_HELPMODE_WINDOW           0x801D
  128. #define IDS_HELPMODE_UNKNOWN           0x801E
  129. #define IDS_HELPSUBITEMNOTFOUND        0x801F
  130.